Click or drag to resize

ServiceUpdateItem Method (ItemChange, MessageDisposition)

Updates the properties of an existing item.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ItemId UpdateItem(
	ItemChange itemChange,
	MessageDisposition messageDisposition
)

Parameters

itemChange
Type: Independentsoft.ExchangeItemChange
The item change.
messageDisposition
Type: Independentsoft.ExchangeMessageDisposition
Indicates the disposition mode for Message objects.

Return Value

Type: ItemId
A collection of update results for each of the specified items.
See Also